|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.ForecastArgumentValue
The value portion of a keyword/value pair for a ForecastArgument. For a list of the forecast argument keywords, their valid values, and descriptions of them, see Forecast Argument Keywords and Values.
ForecastArgument| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
ForecastArgumentValue()Creates a ForecastArgumentValue. |
|
ForecastArgumentValue(BaseObject input)Creates a ForecastArgumentValue that is owned by the specified ForecastDefinition. |
|
ForecastArgumentValue(java.lang.String input)Creates a ForecastArgumentValue that has the specified value. |
|
| Method Summary | |
java.lang.String |
getKeyWord()Gets the keyword of the ForecastArgumentValue. |
java.lang.String |
getValue()Gets the value of the ForecastArgumentValue. |
void |
setKeyWord(java.lang.String input)Specifies the keyword of the keyword/value pair for the ForecastArgumentValue. |
void |
setValue(java.lang.String input)Specifies the value of the keyword/value pair for the ForecastArgumentValue. |
java.lang.String |
WriteToXML()Gets an XML representation of the ForecastArgumentValue. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ForecastArgumentValue()
ForecastArgumentValue.public ForecastArgumentValue(java.lang.String input)
ForecastArgumentValue that has the specified value. For a list of valid values, see Forecast Argument Keywords and Values.input - A String that contains the value for the ForecastArgumentValue.public ForecastArgumentValue(BaseObject input)
ForecastArgumentValue that is owned by the specified ForecastDefinition.input - The ForecastDefinition to own the ForecastArgumentValue.| Method Detail |
public java.lang.String WriteToXML()
ForecastArgumentValue.String that represents the ForecastArgumentValue.public void setKeyWord(java.lang.String input)
ForecastArgumentValue. For a list of keywords, see Forecast Argument Keywords and Values.input - A String that contains the keyword for the ForecastArgumentValue.public java.lang.String getKeyWord()
ForecastArgumentValue.String that contains the keyword for the ForecastArgumentValue.public void setValue(java.lang.String input)
ForecastArgumentValue. For a list of values, see Forecast Argument Keywords and Values.input - A String that contains the value for the ForecastArgumentValue.public java.lang.String getValue()
ForecastArgumentValue.String that contains the value of the ForecastArgumentValue.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||